Avoid parallel invocation of git for ioemu-remote.
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 15 Sep 2008 16:10:43 +0000 (17:10 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 15 Sep 2008 16:10:43 +0000 (17:10 +0100)
commit689db5e9fbb77b9f968d4e8f47c26aea67faf1f3
tree470c0fe3d50fd04dbad5548d60e07365de2ed3c5
parentc694aed7c42e6f46de4afabdbe2c19734918d531
Avoid parallel invocation of git for ioemu-remote.

The stubdom and tools directories both run `make ioemu-dir-find' in
tools.  In a parallel build, both these invocations can run
concurrently because we're doing recursive make.

This change fixes this problem by adding a suitable dependencies in
the top-level Makefile for the recursion into tools/ and stubdom/,
ensuring that the git fetch happens once, first.

The bug was introduced in 18472/18474.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Makefile